home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / Shell ƒ / generic window handlers.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  481 b   |  8 lines  |  [TEXT/MMCC]

  1. void GenericCopybits(WindowPtr theWindow, WindowPtr offscreenWindowPtr, Boolean active);
  2. void GenericResizeControls(WindowPtr theWindow, short destOverload);
  3. void GenericGetGrowSize(WindowPtr theWindow, Rect *sizeRect);
  4. Boolean GenericKeyPressedInWindow(WindowPtr theWindow, unsigned char theChar);
  5. Boolean GenericMouseClickedInWindow(WindowPtr theWindow, Point thePoint, Boolean isEditable);
  6. void GenericActivate(WindowPtr theWindow);
  7. void GenericDeactivate(WindowPtr theWindow);
  8.